home *** CD-ROM | disk | FTP | other *** search
/ Austin Powers - The Spy who Shagged Me / Screendragon: Austin Powers - The Spy who Shagged Me.iso / xtras / regread / regread.dir / 00003_Script_3 < prev    next >
Text File  |  1999-03-16  |  220b  |  10 lines

  1. on outPutAppPath aName, aField
  2.   if aName <> "" then
  3.     set pathRead = readAppPath(aName)
  4.     if voidP(pathRead) then set pathRead = "<Not Found>"
  5.     
  6.     set the text of field aField = pathRead
  7.   end if
  8. end
  9.  
  10.